github.com/andybalholm/brotli.hasherHandle.Common (method)

8 uses

	github.com/andybalholm/brotli (current package)
		encode.go#L621: 		s.hasher_.Common().is_prepared_ = false
		hash.go#L20: 	Common() *hasherCommon
		hash.go#L164: 	var self *hasherCommon = handle.Common()
		hash.go#L229: 	handle.Common().is_prepared_ = false
		hash.go#L318: 		common = self.Common()
		hash.go#L324: 	common = self.Common()
		hash_composite.go#L51: 		common_a = h.ha.Common()
		hash_composite.go#L58: 		common_b = h.hb.Common()